Packages

The following packages are built into KCL.

     lisp     user     keyword     system     compiler

The compiler package contains symbols used by the KCL compiler. Other packages are described in Section 11.6 of the Common Lisp Reference Manual. The system package has two nicknames sys and si ; system: symbol may be written as sys: symbol or si: symbol. Other packages have no nicknames.


Packages are printed as #<package-name package>.